home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 10
/
FM Towns Free Software Collection 10.iso
/
ms_dos
/
tool
/
txf
/
src
/
makefile
next >
Wrap
Makefile
|
1994-05-05
|
787b
|
24 lines
OBJFILE = obj\txflog.obj obj\txfrmz.obj obj\txfetc.obj obj\txfex_p.obj obj\txform.obj obj\txform2.obj obj\txfswchk.obj obj\txffile.obj obj\txfhelp.obj obj\txfcfile.obj obj\txfbuf.obj obj\txfmain.obj
VPATH=.;.\obj
txf.exe : $(OBJFILE)
lcc @${-m -v2 -o $@ $# -lintlib }
# copy txf.exe d:\tools\mopterm\fapx
# lcc @${-v2 -o $@ $# -lnoexpand.obj -lintlib -ltinymain.obj}
.c.obj:
lcc -v2 -c -o $@ $<
obj\txfmain.obj : txfmain.c txf.h
obj\txflog.obj : txflog.c
obj\txfrmz.obj : txfrmz.c
obj\txfetc.obj : txfetc.c
obj\txfex_p.obj : txfex_p.c
obj\txform.obj : txform.c
obj\txform2.obj : txform2.c
obj\txfswchk.obj : txfswchk.c
obj\txffile.obj : txffile.c
obj\txfhelp.obj : txfhelp.c
obj\txfcfile.obj : txfcfile.c
obj\txfbuf.obj : txfbuf.c